Machine Learning Algorithms Virtual Lab

List of Experiments

Browse and start your machine learning experiments.

Linear Regression Icon

1. Linear regression

Understand the core idea of predicting outcomes using a single independent variable.Explore data fitting through the MSE method and visualize relationships effectively.

Linear Regression Icon

2. Logistic Regression

Explore how logistic regression predicts categorical outcomes with probability-based decisions.

Support Vector Machine Icon

3. Classification with SVM

Learn to classify data using Support Vector Machines (SVM),that identifies the optimal hyperplane to separate classes effectively.

Support Vector Machine Icon

4. K-Nearest Neighbors (KNN) classifier

Explore unsupervised learning by classifying new data points based on the proximity of existing labeled examples.

Decision Tree Icon

5. Decision Tree

A tree-structured model that Predict outcomes by recursively dividing data into branches based on feature values.

Clustering Icon

6. K Means Clustering

Partition data into K clusters by minimizing intra-cluster variance for unsupervised learning.

Forest Icon

7. Random Forest Algorithm

An ensemble of decision trees that improves predictive accuracy and controls overfitting through averaging.

Boost Icon

8. Hierarchical Clustering

Grouping Iris flowers into clusters based on feature similarity using hierarchical clustering.

Naive Bayes Icon

9. Bayes Classifier

Bayesian classification for predicting gender from person attributes with probabilistic inference.

Deep Learning Icon

10. Covolution Neural Networks

Efficient CNN-based system for recognizing handwritten numeric characters.